-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sauce visual clip element #2917
Conversation
|
@@ -268,10 +269,21 @@ browser.sauceVisualCheck('Before Login', { | |||
|
|||
<FullPageJS /> | |||
|
|||
### Clip to an element | |||
### Clip to an Element |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[sauce.Headings] 'Clip to an Element' should use title case capitalization.
@@ -358,10 +359,21 @@ browser | |||
|
|||
<FullPageJS /> | |||
|
|||
### Clip to an element | |||
### Clip to an Element |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[sauce.Headings] 'Clip to an Element' should use title case capitalization.
@@ -437,7 +438,7 @@ visual.sauceVisualCheck("Long content page", options); | |||
|
|||
<FullPageLimit /> | |||
|
|||
### Clip to an element | |||
### Clip to an Element |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[sauce.Headings] 'Clip to an Element' should use title case capitalization.
@@ -321,7 +321,7 @@ cy.sauceVisualCheck('Inventory Page', { | |||
}); | |||
``` | |||
|
|||
### Clip to an element | |||
### Clip to an Element |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[sauce.Headings] 'Clip to an Element' should use title case capitalization.
@@ -441,6 +443,33 @@ await VisualClient.VisualCheck("C# full page config", | |||
|
|||
<FullPageLimit /> | |||
|
|||
### Clip to an Element |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[sauce.Headings] 'Clip to an Element' should use title case capitalization.
Deploy preview ready for 2917! |
Deploy preview ready for 2917! |
Deploy preview ready for 2917! |
Description
Motivation and Context
Types of Changes